emacs.git
18 years ago*** empty log message ***
Andreas Schwab [Fri, 23 Nov 2007 13:27:34 +0000 (13:27 +0000)]
*** empty log message ***

18 years ago(Fformat): Handle %c specially since it requires the
Andreas Schwab [Fri, 23 Nov 2007 13:27:12 +0000 (13:27 +0000)]
(Fformat): Handle %c specially since it requires the
argument to be of type int.

18 years ago(Tag Syntax): Revert this change: "Now --members is
Francesco Potortì [Thu, 22 Nov 2007 12:45:49 +0000 (12:45 +0000)]
(Tag Syntax): Revert this change: "Now --members is
the default for etags, not for ctags yet", as it is not in Emacs 22.

18 years agoRevert a change in etags syntax.
Francesco Potortì [Thu, 22 Nov 2007 12:44:49 +0000 (12:44 +0000)]
Revert a change in etags syntax.

18 years agoRevert this change, not installed in Emacs 22:
Francesco Potortì [Thu, 22 Nov 2007 12:14:17 +0000 (12:14 +0000)]
Revert this change, not installed in Emacs 22:
"Now --members is the default for etags, not for ctags yet".

Note that you can use "-" for stdout with -o.

18 years agoUpdates to etags.1.
Francesco Potortì [Thu, 22 Nov 2007 12:13:11 +0000 (12:13 +0000)]
Updates to etags.1.

18 years ago(default_C_help) [CTAGS]: differentiate the help string,
Francesco Potortì [Thu, 22 Nov 2007 11:31:48 +0000 (11:31 +0000)]
(default_C_help) [CTAGS]: differentiate the help string,
as the defaults in ctags are different from etags.
(default_C_help, Cplusplus_help, PHP_help, print_help): Remove
text saying --members is the default: not true in Emacs 22.

18 years agoHelp strings corrections in etags.c.
Francesco Potortì [Thu, 22 Nov 2007 11:30:52 +0000 (11:30 +0000)]
Help strings corrections in etags.c.

18 years agoRemove the following entry for etags:
Francesco Potortì [Thu, 22 Nov 2007 10:41:59 +0000 (10:41 +0000)]
Remove the following entry for etags:
 the --members option is now the default.

18 years agoFor some reason, this new feature is not in etags for Emacs 22,
Francesco Potortì [Thu, 22 Nov 2007 10:31:33 +0000 (10:31 +0000)]
For some reason, this new feature is not in etags for Emacs 22,
so remove it from the NEWS:

 *** The --members option is now the default.

 Use --no-members if you want the old default behaviour of not tagging
 struct members in C, members variables in C++ and variables in PHP.

18 years ago*** empty log message ***
Jan Djärv [Thu, 22 Nov 2007 08:42:12 +0000 (08:42 +0000)]
*** empty log message ***

18 years ago(x-gtk-map-stock): Check if FILE is a string.
Jan Djärv [Thu, 22 Nov 2007 08:41:59 +0000 (08:41 +0000)]
(x-gtk-map-stock): Check if FILE is a string.

18 years ago*** empty log message ***
Jan Djärv [Thu, 22 Nov 2007 08:40:20 +0000 (08:40 +0000)]
*** empty log message ***

18 years ago(update_frame_tool_bar): Don't call x-gtk-map-stock if
Jan Djärv [Thu, 22 Nov 2007 08:39:38 +0000 (08:39 +0000)]
(update_frame_tool_bar): Don't call x-gtk-map-stock if
file for image is nil.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 21 Nov 2007 00:32:46 +0000 (00:32 +0000)]
*** empty log message ***

18 years ago(forward-sentence): Doc fix.
Juanma Barranquero [Wed, 21 Nov 2007 00:31:48 +0000 (00:31 +0000)]
(forward-sentence): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.

18 years agoBackporting bug corrections from trunk.
Francesco Potortì [Tue, 20 Nov 2007 16:17:40 +0000 (16:17 +0000)]
Backporting bug corrections from trunk.

2007-11-15  Francesco Potort�<pot@gnu.org>

* etags.c: (C_entries): In case '}' decrement bracelev before testing it.

2007-11-15  Masatake YAMATO  <jet@gyve.org>

* etags.c (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

2007-11-15  Francesco Potort�<pot@gnu.org>

* etags.c: (C_entries): Reset the fvdef machine when out of function.
(C_entries): Parse start of C comment as a space == end of token.
This is not necessary for C++ comment, already parsed as newline.

18 years agoBackporting bug corrections from trunk.
Francesco Potortì [Tue, 20 Nov 2007 16:17:03 +0000 (16:17 +0000)]
Backporting bug corrections from trunk.

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 20 Nov 2007 12:39:52 +0000 (12:39 +0000)]
*** empty log message ***

18 years ago(Example -- Configuring a tool called directly): Update example.
Richard M. Stallman [Tue, 20 Nov 2007 12:39:39 +0000 (12:39 +0000)]
(Example -- Configuring a tool called directly): Update example.

18 years agoComment change.
Richard M. Stallman [Tue, 20 Nov 2007 12:38:26 +0000 (12:38 +0000)]
Comment change.

18 years ago(declare-function): Define as a no-op, for compatibility with Emacs 23.
Glenn Morris [Tue, 20 Nov 2007 04:05:18 +0000 (04:05 +0000)]
(declare-function): Define as a no-op, for compatibility with Emacs 23.

18 years ago*** empty log message ***
Glenn Morris [Tue, 20 Nov 2007 04:04:37 +0000 (04:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 Nov 2007 13:01:14 +0000 (13:01 +0000)]
*** empty log message ***

18 years ago(map-query-replace-regexp): Doc fix (revert part of revision 1.104,
Juanma Barranquero [Mon, 19 Nov 2007 12:47:03 +0000 (12:47 +0000)]
(map-query-replace-regexp): Doc fix (revert part of revision 1.104,
made on 2000-05-21 with no ChangeLog entry).

18 years ago*** empty log message ***
Jason Rumney [Mon, 19 Nov 2007 09:14:38 +0000 (09:14 +0000)]
*** empty log message ***

18 years ago(w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
Jason Rumney [Mon, 19 Nov 2007 09:13:58 +0000 (09:13 +0000)]
(w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMapping
returns NULL on failure.

18 years agoUpdate commentary.
Nick Roberts [Mon, 19 Nov 2007 07:26:01 +0000 (07:26 +0000)]
Update commentary.

18 years ago*** empty log message ***
Nick Roberts [Mon, 19 Nov 2007 07:24:21 +0000 (07:24 +0000)]
*** empty log message ***

18 years agoProvide exact information about customizing Alt-Shift on Windows XP.
Eli Zaretskii [Sat, 17 Nov 2007 11:16:40 +0000 (11:16 +0000)]
Provide exact information about customizing Alt-Shift on Windows XP.

18 years ago(Fset_match_data): Remove the `evaporate' feature.
Stefan Monnier [Fri, 16 Nov 2007 22:16:01 +0000 (22:16 +0000)]
(Fset_match_data): Remove the `evaporate' feature.
(unwind_set_match_data): Don't use the `evaporate' feature.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 16 Nov 2007 18:23:20 +0000 (18:23 +0000)]
*** empty log message ***

18 years ago(set-locale-environment): Set default-file-name-coding-system _after_
Eli Zaretskii [Fri, 16 Nov 2007 18:22:11 +0000 (18:22 +0000)]
(set-locale-environment): Set default-file-name-coding-system _after_
keyboard and terminal coding systems.  This fixes last change.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 16 Nov 2007 16:05:53 +0000 (16:05 +0000)]
*** empty log message ***

18 years ago(rmail-current-subject-regexp): Allow more than one space after "Subject:".
Eli Zaretskii [Fri, 16 Nov 2007 16:05:07 +0000 (16:05 +0000)]
(rmail-current-subject-regexp): Allow more than one space after "Subject:".

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 16 Nov 2007 11:03:32 +0000 (11:03 +0000)]
*** empty log message ***

18 years ago(make-variable-frame-local): Fix typo in obsolescence declaration.
Juanma Barranquero [Fri, 16 Nov 2007 10:35:16 +0000 (10:35 +0000)]
(make-variable-frame-local): Fix typo in obsolescence declaration.

18 years ago*** empty log message ***
Glenn Morris [Fri, 16 Nov 2007 07:54:30 +0000 (07:54 +0000)]
*** empty log message ***

18 years ago(mail-extr-all-top-level-domains): Update domains.
Glenn Morris [Fri, 16 Nov 2007 07:54:14 +0000 (07:54 +0000)]
(mail-extr-all-top-level-domains): Update domains.

18 years ago(tpu-next-line, tpu-previous-line, tpu-forward-line, tpu-backward-line)
Stefan Monnier [Fri, 16 Nov 2007 03:18:49 +0000 (03:18 +0000)]
(tpu-next-line, tpu-previous-line, tpu-forward-line, tpu-backward-line)
(tpu-scroll-window-down, tpu-scroll-window-up):
Replace next-line-internal -> line-move.

18 years ago(cvs-parse-table): Ignore errors when looking up files
Stefan Monnier [Fri, 16 Nov 2007 03:16:32 +0000 (03:16 +0000)]
(cvs-parse-table): Ignore errors when looking up files
in order to determine if there's a conflict.

18 years agoRemove Man reading problem.
Juri Linkov [Fri, 16 Nov 2007 01:28:43 +0000 (01:28 +0000)]
Remove Man reading problem.

18 years ago*** empty log message ***
Juri Linkov [Fri, 16 Nov 2007 01:28:02 +0000 (01:28 +0000)]
*** empty log message ***

18 years ago(Man-heading-regexp): Add 0-9.
Juri Linkov [Fri, 16 Nov 2007 01:27:21 +0000 (01:27 +0000)]
(Man-heading-regexp): Add 0-9.
(Man-first-heading-regexp): Remove leading space [ \t]* before NAME.

18 years ago*** empty log message ***
Andreas Schwab [Fri, 16 Nov 2007 00:19:41 +0000 (00:19 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Andreas Schwab [Fri, 16 Nov 2007 00:18:55 +0000 (00:18 +0000)]
*** empty log message ***

18 years agoAlways take precision into account.
Andreas Schwab [Fri, 16 Nov 2007 00:18:16 +0000 (00:18 +0000)]
Always take precision into account.

18 years ago*** empty log message ***
Andreas Schwab [Fri, 16 Nov 2007 00:10:45 +0000 (00:10 +0000)]
*** empty log message ***

18 years ago(Fformat): When formatting an integer as float take precision into account.
Andreas Schwab [Fri, 16 Nov 2007 00:10:22 +0000 (00:10 +0000)]
(Fformat): When formatting an integer as float take precision into account.

18 years agoFix last change.
Andreas Schwab [Thu, 15 Nov 2007 23:53:10 +0000 (23:53 +0000)]
Fix last change.

18 years ago*** empty log message ***
Andreas Schwab [Thu, 15 Nov 2007 23:45:21 +0000 (23:45 +0000)]
*** empty log message ***

18 years ago(Fformat): Correctly format EMACS_INT values.
Andreas Schwab [Thu, 15 Nov 2007 23:45:01 +0000 (23:45 +0000)]
(Fformat): Correctly format EMACS_INT values.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 22:13:17 +0000 (22:13 +0000)]
*** empty log message ***

18 years ago(Electric Keys, Custom Macros): Fix typos.
Juanma Barranquero [Thu, 15 Nov 2007 22:12:10 +0000 (22:12 +0000)]
(Electric Keys, Custom Macros): Fix typos.

18 years ago(nnimap-split-download-body): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:48:35 +0000 (18:48 +0000)]
(nnimap-split-download-body): Fix typo in docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 18:47:51 +0000 (18:47 +0000)]
*** empty log message ***

18 years ago(gnus-demon): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:45:34 +0000 (18:45 +0000)]
(gnus-demon): Fix typo in docstring.

18 years ago(gnus-uu-default-view-rules): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:44:29 +0000 (18:44 +0000)]
(gnus-uu-default-view-rules): Fix typos in docstring.
(gnus-uu-decode-save): Fix typo in prompt.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 18:41:18 +0000 (18:41 +0000)]
*** empty log message ***

18 years ago(erc-log-matches): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:40:16 +0000 (18:40 +0000)]
(erc-log-matches): Fix typos in docstring.

18 years ago(log): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:39:04 +0000 (18:39 +0000)]
(log): Fix typo in docstring.

18 years ago(define-erc-response-handler): Fix typos in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:36:38 +0000 (18:36 +0000)]
(define-erc-response-handler): Fix typos in docstring.

18 years ago(erc-open): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:35:11 +0000 (18:35 +0000)]
(erc-open): Fix typo in docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 18:32:34 +0000 (18:32 +0000)]
*** empty log message ***

18 years ago(cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.
Juanma Barranquero [Thu, 15 Nov 2007 18:29:30 +0000 (18:29 +0000)]
(cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.

18 years ago(c-crosses-statement-barrier-p): Fix typo in docstring.
Juanma Barranquero [Thu, 15 Nov 2007 18:27:06 +0000 (18:27 +0000)]
(c-crosses-statement-barrier-p): Fix typo in docstring.

18 years agoetags.c: (C_entries): In case '}', set fvdef to fvnone
Francesco Potortì [Thu, 15 Nov 2007 13:37:42 +0000 (13:37 +0000)]
etags.c: (C_entries): In case '}', set fvdef to fvnone
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 15 Nov 2007 12:09:11 +0000 (12:09 +0000)]
*** empty log message ***

18 years ago(esc-map): Bind C-M-l here; moved from reposition.el.
Richard M. Stallman [Thu, 15 Nov 2007 12:08:49 +0000 (12:08 +0000)]
(esc-map): Bind C-M-l here; moved from reposition.el.
(ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.

18 years ago(reposition-window): Binding C-M-l moved to bindings.el.
Richard M. Stallman [Thu, 15 Nov 2007 12:08:27 +0000 (12:08 +0000)]
(reposition-window): Binding C-M-l moved to bindings.el.

18 years ago(add-change-log-entry-other-window):
Richard M. Stallman [Thu, 15 Nov 2007 12:04:38 +0000 (12:04 +0000)]
(add-change-log-entry-other-window):
Key binding C-x 4 a moved to bindings.el.

18 years ago(minibuffer-local-map): Bind C-tab here; moved from filecache.el.
Richard M. Stallman [Thu, 15 Nov 2007 12:01:04 +0000 (12:01 +0000)]
(minibuffer-local-map): Bind C-tab here; moved from filecache.el.

18 years agoMinibuffer map bindings moved to bindings.el.
Richard M. Stallman [Thu, 15 Nov 2007 12:00:15 +0000 (12:00 +0000)]
Minibuffer map bindings moved to bindings.el.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 15 Nov 2007 11:58:22 +0000 (11:58 +0000)]
*** empty log message ***

18 years ago(Communication Coding): Document x-select-request-type.
Richard M. Stallman [Thu, 15 Nov 2007 11:58:07 +0000 (11:58 +0000)]
(Communication Coding): Document x-select-request-type.

18 years ago(Equality Predicates): Delete `eql'.
Richard M. Stallman [Thu, 15 Nov 2007 11:55:59 +0000 (11:55 +0000)]
(Equality Predicates): Delete `eql'.
(Predicates, Naming Conventions, Top): Delete `eql'.
(Common Lisp Compatibility): Delete `eql'.
(Porting Common Lisp): Delete obsolete backquote info.
Minor clarification about character constants.
(Sequence Basics): Minor clarification.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 15 Nov 2007 11:52:42 +0000 (11:52 +0000)]
*** empty log message ***

18 years ago(url-retrieve-synchronously): Call delete-process.
Richard M. Stallman [Thu, 15 Nov 2007 11:52:32 +0000 (11:52 +0000)]
(url-retrieve-synchronously): Call delete-process.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 15 Nov 2007 09:53:02 +0000 (09:53 +0000)]
*** empty log message ***

18 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Thu, 15 Nov 2007 09:36:34 +0000 (09:36 +0000)]
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_visual_class, Fx_display_save_under): Fix typos in docstrings.

18 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Thu, 15 Nov 2007 09:33:33 +0000 (09:33 +0000)]
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_screens, Fx_display_mm_height,
Fx_display_mm_width, Fx_display_backing_store, Fx_display_visual_class,
Fw32_select_font, Fx_display_save_under): Fix typos in docstrings.

18 years ago(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Juanma Barranquero [Thu, 15 Nov 2007 09:24:41 +0000 (09:24 +0000)]
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size,
Fx_server_vendor, Fx_server_version, Fx_display_backing_store,
Fx_display_save_under): Fix typos in docstrings.

18 years ago*** empty log message ***
Martin Rudalics [Thu, 15 Nov 2007 06:44:25 +0000 (06:44 +0000)]
*** empty log message ***

18 years ago(Top): Remove Frame-Local Variables from Node Listing.
Martin Rudalics [Thu, 15 Nov 2007 06:43:57 +0000 (06:43 +0000)]
(Top): Remove Frame-Local Variables from Node Listing.

18 years ago(Top): Remove Frame-Local Variables from Node Listing.
Martin Rudalics [Thu, 15 Nov 2007 06:43:17 +0000 (06:43 +0000)]
(Top): Remove Frame-Local Variables from Node Listing.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 14 Nov 2007 20:25:02 +0000 (20:25 +0000)]
*** empty log message ***

18 years ago(Fw32_registered_hot_keys): Don't return the nil values corresponding
Juanma Barranquero [Wed, 14 Nov 2007 20:22:57 +0000 (20:22 +0000)]
(Fw32_registered_hot_keys): Don't return the nil values corresponding
to deleted entries; they are an implementation detail.
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): Remove variables.
(Fw32_define_rgb_color, Fw32_load_color_file): Fix typos in docstrings.
(Fx_server_version): Reflow docstring.
(Fw32_shell_execute): Doc fixes.

18 years ago*** empty log message ***
Jason Rumney [Wed, 14 Nov 2007 10:26:09 +0000 (10:26 +0000)]
*** empty log message ***

18 years ago(set-locale-environment): Set default-file-name-coding-system
Jason Rumney [Wed, 14 Nov 2007 10:22:33 +0000 (10:22 +0000)]
(set-locale-environment): Set default-file-name-coding-system
from system defaults on Windows.

18 years ago(gdb-parent-bptno-enabled): New variable.
Nick Roberts [Wed, 14 Nov 2007 09:05:26 +0000 (09:05 +0000)]
(gdb-parent-bptno-enabled): New variable.
(gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
(gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
(gdb-goto-breakpoint): Generalise for breakpoints with multiple
locations.
(gdb-info-breakpoints-custom, gdb-assembler-custom)
(gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
(gdb-put-breakpoint-icon): Only display icon for parent breakpoint.

18 years ago*** empty log message ***
Nick Roberts [Wed, 14 Nov 2007 09:03:45 +0000 (09:03 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Tue, 13 Nov 2007 13:01:40 +0000 (13:01 +0000)]
*** empty log message ***

18 years ago(Fw32_register_hot_key): Don't try to register
Juanma Barranquero [Tue, 13 Nov 2007 12:55:45 +0000 (12:55 +0000)]
(Fw32_register_hot_key): Don't try to register
hot key if w32_parse_hot_key returned nil.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 12 Nov 2007 05:59:31 +0000 (05:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Juanma Barranquero [Sun, 11 Nov 2007 22:33:07 +0000 (22:33 +0000)]
*** empty log message ***

18 years ago(iso-translate-conventions): Doc fix.
Juanma Barranquero [Sun, 11 Nov 2007 22:31:22 +0000 (22:31 +0000)]
(iso-translate-conventions): Doc fix.
(iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab,
iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
(iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso, iso-iso2gtex,
iso-iso2duden, iso-iso2sgml, iso-sgml2iso): Rewrite in active voice.

18 years ago(menu-bar-help-menu):
Juri Linkov [Sun, 11 Nov 2007 20:23:41 +0000 (20:23 +0000)]
(menu-bar-help-menu):
Move "About Emacs" and "About GNU" to the end of the Help menu.
Move "Emacs Psychotherapist" after "Send Bug Report...".
Move "External Packages" after "Find Emacs Packages".

18 years agoRename save-buffers-kill-terminal to save-buffers-kill-emacs
Juri Linkov [Sun, 11 Nov 2007 20:23:23 +0000 (20:23 +0000)]
Rename save-buffers-kill-terminal to save-buffers-kill-emacs
to fix previous commit.

18 years ago*** empty log message ***
Juri Linkov [Sun, 11 Nov 2007 20:22:18 +0000 (20:22 +0000)]
*** empty log message ***

18 years ago(Special Diary Entries): Fix Thanksgiving example.
Glenn Morris [Sun, 11 Nov 2007 03:17:40 +0000 (03:17 +0000)]
(Special Diary Entries): Fix Thanksgiving example.